home *** CD-ROM | disk | FTP | other *** search
- INTEGER conf
- STRING to, from, subj, file
- LET conf = CURCONF()
- LET to = ""
- LET from = "SYSTEM DAEMON"
- LET subj = "Password Expiration"
- LET file = PPEPATH()+PPENAME()+".MSG"
- PRINT "Your password will expire in @OPTEXT@ days. "
- PRINTLN "Use the (W) command to change it."
- MESSAGE conf,to,from,subj,"R",DATE()+3,FALSE,FALSE,file
-